home *** CD-ROM | disk | FTP | other *** search
- object TIFBilevelOptionsDlg: TTIFBilevelOptionsDlg
- Left = 232
- Top = 24
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Save as TIF options:'
- ClientHeight = 162
- ClientWidth = 286
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox15: TGroupBox
- Left = 10
- Top = 8
- Width = 263
- Height = 105
- Caption = ' Compression: '
- TabOrder = 0
- object Huffmann: TRadioButton
- Left = 24
- Top = 22
- Width = 105
- Height = 17
- HelpContext = 112
- Caption = 'CCITT Group 3'
- TabOrder = 0
- end
- object CCITTFax3: TRadioButton
- Left = 24
- Top = 46
- Width = 89
- Height = 17
- HelpContext = 113
- Caption = 'CCITT Fax 3'
- TabOrder = 1
- end
- object CCITTFax4: TRadioButton
- Left = 24
- Top = 70
- Width = 89
- Height = 17
- HelpContext = 114
- Caption = 'CCITT Fax 4'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object MonoPackBits: TRadioButton
- Left = 144
- Top = 22
- Width = 73
- Height = 17
- HelpContext = 110
- Caption = 'PackBits'
- TabOrder = 3
- end
- object MonoLZW: TRadioButton
- Left = 144
- Top = 70
- Width = 57
- Height = 17
- Caption = 'LZW'
- TabOrder = 4
- end
- object MonoNoCompression: TRadioButton
- Left = 144
- Top = 46
- Width = 105
- Height = 17
- HelpContext = 111
- Caption = 'No compression'
- TabOrder = 5
- end
- end
- object TiffImageText: TCheckBox
- Left = 168
- Top = 132
- Width = 105
- Height = 17
- HelpContext = 115
- Caption = 'Save image text'
- State = cbChecked
- TabOrder = 1
- end
- object OKBtn: TButton
- Left = 26
- Top = 128
- Width = 60
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 90
- Top = 128
- Width = 60
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-